home *** CD-ROM | disk | FTP | other *** search
- stop();
- i = 1;
- while(i < 8)
- {
- clip = this["freeze_sheep" + i];
- removeMovieClip(clip);
- i++;
- }
- i = 1;
- while(i < 8)
- {
- clip = this["_root.home_sheep" + i];
- removeMovieClip(clip);
- i++;
- }
- _root.dartbutton.removeMovieClip();
- _root.endscreen.removeMovieClip();
- firstSound = new Sound();
- firstSound.attachSound("sheepsound1");
- firstSound2 = new Sound();
- firstSound2.attachSound("sheepsound2");
-